fix: fixed incorrect and broken translations#638
fix: fixed incorrect and broken translations#638MrgSub merged 4 commits intoMail-0:stagingfrom maxprilutskiy:staging
Conversation
…anish, French, Hindi, Japanese, Korean, Latvian, Polish, Portuguese, Turkish
|
@maxprilutskiy is attempting to deploy a commit to the Zero Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| with: | ||
| node-version: latest | ||
|
|
||
| - name: Install dependencies 📦 |
There was a problem hiding this comment.
cleanup, added name to the step :)
| if: ${{ !inputs.skip_localization }} | ||
| uses: lingodotdev/lingo.dev@main | ||
| with: | ||
| api-key: ${{ secrets.LINGODOTDEV_API_KEY }} |
There was a problem hiding this comment.
will check for missing translations using @lingodotdev open source tooling
| tr: "Turkish", | ||
| lv: "Latvian" | ||
| lv: "Latvian", | ||
| hu: "Hungarian", |
There was a problem hiding this comment.
added support for Hungarian, as requested in #626
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
great
…On Thu, Apr 10, 2025 at 4:11 PM Adam ***@***.***> wrote:
Merged #638 <#638> into staging.
—
Reply to this email directly, view it on GitHub
<#638 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBP7RAFB53OPQ4BAFH6O6LD2Y33BPAVCNFSM6AAAAAB24YMVO2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJXGIYTKMJQHE4DCMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
amazibg
…On Thu, Apr 10, 2025 at 5:46 PM Nizar ***@***.***> wrote:
great
On Thu, Apr 10, 2025 at 4:11 PM Adam ***@***.***> wrote:
> Merged #638 <#638> into staging.
>
> —
> Reply to this email directly, view it on GitHub
> <#638 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BBP7RAFB53OPQ4BAFH6O6LD2Y33BPAVCNFSM6AAAAAB24YMVO2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJXGIYTKMJQHE4DCMQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Description
Hi @nizzyabi @MrgSub @ahmetskilinc! I've just found out hundreds of incorrect + missing translations in Zero, particularly in Arabic and Hindi where files were basically a mix of English and the target language, while Polish was missing entirely. This PR fixes these issues using @lingodotdev open source CLI to provide accurate translations across all affected language files.
This PR addresses translation issues in multiple languages with the following counts of fixes:
Bonus:
Type of Change
Please delete options that are not relevant.
Areas Affected
Please check all that apply:
Security Considerations
Checklist
Replaces #635
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.